.focus {
  overflow: hidden;
  position: relative;
  width: 580px;
  height: 386px;
  display: flex;
  float: left;
}
.focus .swiper-container {
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.focus .arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
  display: none;
}
.focus .arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
  display: none;
}

.focus .pagination {
  position: absolute;
  left: 0;
  text-align: right;
  bottom:12px;
  width: 100%;
  padding-right: 15px;
  z-index: 10;
}

.focus .swiper-container .swiper-wrapper a img{
  width: 580px;
  height: 386px;
}
.focus .swiper-pagination-switch {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid rgba(255, 255, 255, .5);
  margin: 0 0.25rem;
  border-radius: 50%;
  cursor: pointer;
}
.focus .swiper-active-switch {
  background-color: #fff;
  box-shadow: 0 0 10px #fff;
}

.focus .headline {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  background: #00000065;
  display: flex;
  align-items: center;
}
.focus .headlines{
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  background: #00000065;
  display: flex;
  align-items: center;
}

.focus .headlines .headline-title {
  font-size: 1.125rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FAFAFA;
  line-height: 2.625rem;
  padding-left: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 9999;
}

.rdbdli ul li {
  float: left;
  /*height: 45px;
  line-height: 45px;*/
}

.rdbdli span {
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    color: #333333;
}

.rdbdli span a {
  /*height: 45px;*/
  line-height: 42px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  color: #333333;
}

.rdbdli span.hover {
  display: inline-block;
  color: #2B6BA2;
  border-bottom: 3px solid #2B6BA2;
}